home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
2DScript
/
MVP.UI
< prev
next >
Wrap
Text File
|
1999-06-14
|
4KB
|
212 lines
"2D\Overlays\mvp"
//********************************
// Data Container
//********************************
DataContainer {
String "MvpStatPoints" {
EditBox "MvpStatPoints";
};
String "MvpStatRebounds" {
EditBox "MvpStatRebounds";
};
String "MvpStatAssists" {
EditBox "MvpStatAssists";
};
String "MvpStatBlocks" {
EditBox "MvpStatBlocks";
};
String "MvpStatSteals" {
EditBox "MvpStatSteals";
};
};
//********************************
// Images
//********************************
Image "MvpBackground" {
Filename "bckrnd";
};
Image "MvpOkayButtonEnabled" {
Filename "okaye";
};
Image "MvpOkayButtonFocused" {
Filename "okayf";
};
Image "MvpOkayButtonPushed" {
Filename "okayP";
};
Image "PopupOkayButtonEnable" {
FileName "okayE";
};
Image "PopupOkayButtonFocus" {
FileName "okayF";
};
Image "PopupOkayButtonPush" {
FileName "okayP";
};
//********************************
// Fonts
//********************************
Font "MvpStatTitleFont" {
Filename "titFnt";
Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#%,";
Kerning 1;
};
Font "MvpStatsFont" {
Filename "statFnt";
Translate "0123456789";
Kerning 0;
};
Font "PopupButtonEnable" {
Filename "enabfnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 0;
};
Font "PopupButtonPush" {
Filename "PushFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 0;
};
Font "PopupButtonFocus" {
Filename "Focufnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 0;
};
//********************************
// Styles
//********************************
Style "MvpBackground" {
Image "MvpBackground";
};
Style "MvpStatTitleFont" {
Font "MvpStatTitleFont";
};
Style "MvpStatsFont" {
Font "MvpStatsFont";
};
ButtonStyle "MvpButtonOkay" {
Enabled Image "PopupOkayButtonEnable";
Pushed Image "PopupOkayButtonPush";
Focused Image "PopupOkayButtonFocus";
Enabled Font "PopupButtonEnable";
Focused Font "PopupButtonFocus";
Pushed Font "PopupButtonPush";
};
//********************************
// Buttons
//********************************
Button "MvpOkayButton" {
ButtonStyle "MVPButtonOkay";
Position [444, 272];
Default;
String "OK" {
Justify CenterCenter;
Position [24, 11];
};
Clicked Action {
Goto Group Global "InGameNavBarGroup";
};
};
//********************************
// Groups
//********************************
Group "mvp" {
Style "MvpBackground";
Root;
Position [70, 80];
Children {
Button "MVPOkayButton";
Group "MvpLogos";
Group "MvpPlayerPicture";
EditBox "MvpStatTitles";
EditBox "MvpStatPoints";
EditBox "MvpStatRebounds";
EditBox "MvpStatAssists";
EditBox "MvpStatBlocks";
EditBox "MvpStatSteals";
};
};
Group "MvpPlayerPicture" {
Position [219,73];
Children {
include "UIScript\MvpFace";
};
};
Group "MvpLogos" {
Position [123,57];
Children {
Include "UIScript\MvpLogo";
};
};
//********************************
// Edit Boxes
//********************************
EditBox "MvpStatTitles" {
Style "MvpStatTitleFont";
Position [75, 200];
Size [360, 20];
String "Points Rebounds Assists Blocks Steals" {
Justify CenterLeft;
Position [0, 10];
};
};
EditBox "MvpStatPoints" {
Style "MvpStatsFont";
Position [68, 230];
Size [50, 20];
String "100" {
Justify Centercenter;
Position [25, 10];
};
};
EditBox "MvpStatRebounds" {
Style "MvpStatsFont";
Position [148, 230];
Size [50, 20];
String "26" {
Justify Centercenter;
Position [25, 10];
};
};
EditBox "MvpStatAssists" {
Style "MvpStatsFont";
Position [228, 230];
Size [50, 20];
String "15" {
Justify Centercenter;
Position [25, 10];
};
};
EditBox "MvpStatBlocks" {
Style "MvpStatsFont";
Position [308, 230];
Size [50, 20];
String "22" {
Justify Centercenter;
Position [25, 10];
};
};
EditBox "MvpStatSteals" {
Style "MvpStatsFont";
Position [388, 230];
Size [50, 20];
String "8" {
Justify Centercenter;
Position [25, 10];
};
};